Welcome![Sign In][Sign Up]
Location:
Search - commons http

Search list

[Button controlwokao

Description: test比如你要采用spring和hibernate(带事务支持的话),你除了spring.jar外还需要hibernat.jar、aopalliance.jar、cglig.jar、jakarta-commons下的几个jar包。 http://www.springframework.org/download.html下载spring开发包,提供两种zip包 spring-framework-1.1.3-with-dependencies.zip和spring-framework-1.1.3.zip,我建议你下载spring-framework-1.1.3-with-dependencies.zip。这个zip解压缩后比后者多一个lib目录,其中有hibernate、j2ee、dom4j、aopalliance、jakarta-commons等常用包。-test for you to use and exploit spring (with the support of affairs), in addition you also need outside spring.jar hibernat.jar. aopalliance.jar, cglig.jar. JAKARTA - commons jar of several packages. Http : / / www.springframework.org / download.html under development kits containing spring. zip package offers two spring - framework-1.1.3 - with-depe ndencies.zip and spring - framework-1.1.3.zip. I suggest you download spring - framework-1.1.3 - with-depend encies.zip. The zip decompress after the latter more than a lib directory, which is Apache, creates, dom4j, aopalliance, JAKARTA - commons popular packages.
Platform: | Size: 355403 | Author: 我靠 | Hits:

[Other resourceCSSMastery

Description: The code, images and designs for this book are released under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. http://creativecommons.org/licenses/by-nc-sa/2.5/ You are free: * to copy, distribute, display, and perform the work * to make derivative works Under the following conditions: *Attribution. You must attribute the work in the manner specified by the author or licensor. *Noncommercial. You may not use this work for commercial purposes. *Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one. *For any reuse or distribution, you must make clear to others the license terms of this work. *Any of these conditions can be waived if you get permission from the copyright holder. CONTACT ME Please address any questions to info@andybudd.com.-The code, images and designs for this book are released un der a Creative Commons Attribution - NonCommer Reconciliation - ShareAlike 2.5 License. http : / / creativecommons.org / licenses / by-nc-sa / 2.5 / You are free : * to copy, distribute, display, and perform the work * to make derivative works U nder the following conditions : * Attribution. You must attribute the work in th e manner specified by the author or licensor. * N oncommercial. You may not use this work for comm ercial purposes. * Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only unde r a license identical to this one. * For any reuse or distribution. you must make clear to others the license terms o f this work. * Any of these conditions can be waiv ed if you get pe
Platform: | Size: 710779 | Author: 121 | Hits:

[JSP/Java简易java框架开源论坛系统

Description: 简易java(easyjf)框架开源论坛系统(测试版)在tomcat5.0上安装说明 www.easyjf.com 简易java框架--简易、实用才是硬道理! 简易java框架开源论坛系统拥有常用论坛系统的基本功能,集前台后台代码为一体,支持UBB代码。该论坛系统使用基于OO的方法设计,采用多层B/S构架,数据库持久层主要使用本网的简易数据库开源框架EasyJDO,Web层使用EasyJWeb框架,java代码与页面完全分离,易扩展。欢迎广大Java爱好者下载使用。 由于水平有限,难免有很多不足这处,请把您的建议通过www.easyjf.com提交给我们。我们也会根据广大网友的建议对论坛系统保持不断更新。更多实用开源代码及框架,请登录我们的网站。我们将在近期推出一系列的简易、实用J2EE开源框架及构件。 一、超级菜鸟安装说明 1、JDK1.4.2以上版本(注意配置java_home路径) 2、安装tomcat 3、把本论坛的全部程序拷贝到tomcat的webapps\ROOT目录下。 4、执行数据库结构生成脚本。MySql:执行bbs-mysql.sql 若Microsoft Sql Server:执行bbs-mssql.sql 5、根据您的数据库配置情况,修改WEB-INF/class/easyjf-dbo.xml文件配置。 6、启动tomcat,在浏览器中输入http://localhost:8080/bbs/即可运行论坛程序。 二、安装注意事项 1、本论坛程序使用数据为连接池使用的apache commons-dbcp-1.2.1管理数据库连接,确保该包可用。(tomcat自带) 2、若不能正常访问数据库,请把以下的JDBC驱动程序拷贝到tomcat的common\lib目录。 mysql-connector-java-3.1.11-bin.jar(mySql的驱动) msbase.jar(MSSql的驱动) mssqlserver.jar(MSSql的驱动) msutil.jar(MSSql的驱动) 3、不要把程序安装在中文路径下面。 4、本论坛资源文件使用的绝对路径。因此,需要要把论坛程序设置成主站。 5、系统使用Log4j-1.2 作为日志系统 三、论坛初始设置(确保论坛程序正常运行后执行) 1、注册一个用户名为admin的帐号。论坛系统的超级管理员帐号。 2、刷新左边的菜单栏。然后通过“栏目管理”添加论坛栏目即可。 四、代码说明 bbs目录:存放论坛主页及其它静态页面 WEB-INF\src:论坛的源代码 WEB-INF\easyjweb\bbs:论坛动态页面模板。 WEB-INF\lib:论坛的支持库文件。(全为开源软件:其中EasyJWeb0.2.jar为EasyJWeb框架、EasyDBO0.1.jar为EasyDBO框架,可通过本站下载源代码。)
Platform: | Size: 2988376 | Author: fhg2010@sohu.com | Hits:

[Database systemcommons-pool-1.5.4-src

Description: commons-pool-1.5.4 RELEASE NOTES This is a patch release containing a fix for POOL-152, a regression introduced in version 1.5. Changes in this version include: Fixed Bugs: o POOL-152: GenericObjectPool can block forever in borrowObject when the pool is exhausted and a newly created object fails validation. When borrowing an object if a new object is created but validate fails, the latch should not be returned to the queue as an exception will be thrown. Thanks to Bushov Alexander. For complete information on commons-pool, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the commons-pool website: http://commons.apache.org/pool/
Platform: | Size: 545665 | Author: gogolingshihua@163.com | Hits:

[Button controlwokao

Description: test比如你要采用spring和hibernate(带事务支持的话),你除了spring.jar外还需要hibernat.jar、aopalliance.jar、cglig.jar、jakarta-commons下的几个jar包。 http://www.springframework.org/download.html下载spring开发包,提供两种zip包 spring-framework-1.1.3-with-dependencies.zip和spring-framework-1.1.3.zip,我建议你下载spring-framework-1.1.3-with-dependencies.zip。这个zip解压缩后比后者多一个lib目录,其中有hibernate、j2ee、dom4j、aopalliance、jakarta-commons等常用包。-test for you to use and exploit spring (with the support of affairs), in addition you also need outside spring.jar hibernat.jar. aopalliance.jar, cglig.jar. JAKARTA- commons jar of several packages. Http :// www.springframework.org/download.html under development kits containing spring. zip package offers two spring- framework-1.1.3- with-depe ndencies.zip and spring- framework-1.1.3.zip. I suggest you download spring- framework-1.1.3- with-depend encies.zip. The zip decompress after the latter more than a lib directory, which is Apache, creates, dom4j, aopalliance, JAKARTA- commons popular packages.
Platform: | Size: 355328 | Author: 我靠 | Hits:

[source in ebookCSSMastery

Description: The code, images and designs for this book are released under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. http://creativecommons.org/licenses/by-nc-sa/2.5/ You are free: * to copy, distribute, display, and perform the work * to make derivative works Under the following conditions: *Attribution. You must attribute the work in the manner specified by the author or licensor. *Noncommercial. You may not use this work for commercial purposes. *Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one. *For any reuse or distribution, you must make clear to others the license terms of this work. *Any of these conditions can be waived if you get permission from the copyright holder. CONTACT ME Please address any questions to info@andybudd.com.-The code, images and designs for this book are released un der a Creative Commons Attribution- NonCommer Reconciliation- ShareAlike 2.5 License. http :// creativecommons.org/licenses/by-nc-sa/2.5/You are free :* to copy, distribute, display, and perform the work* to make derivative works U nder the following conditions :* Attribution. You must attribute the work in th e manner specified by the author or licensor.* N oncommercial. You may not use this work for comm ercial purposes.* Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only unde r a license identical to this one.* For any reuse or distribution. you must make clear to others the license terms o f this work.* Any of these conditions can be waiv ed if you get pe
Platform: | Size: 710656 | Author: 121 | Hits:

[JSP/JavalzzSearch-1.01

Description: 网页采集系统 === === ===== 安装配置 --- - 1 程序我就不说了 2 配置文件 applicationContext.xml 里面有详细的注释 3 已经包含了多个论坛博客的参数,如CSDN论坛、博客园、新浪博客、百度Hi、ccidnet等的解析参数 需要的类库 --------- 1 Spring 2.5 2 common-logging 1.1 3 paoding-analysis 2.0.4-beta 4 commons-dbcp-1.2.2.jar 5 mysql-connector-java-5.1.7-bin.jar 6 commons-pool-1.4.jar 7 Lucene.2.4.0.jar 8 Lucene-highlighter-2.4.0.jar 9 java2000.jar 演示例子 ------- 本地:在com.laozizhu.search.demo目录下面 B/S: http://search.laozizhu.com -Page acquisition system installation configuration =================------- 1 program I do not say 2 configuration file applicationContext.xml has detailed notes which already contains 3 a number of forums blog parameters, such as CSDN forum, blog, garden, Sina blog, Baidu Hi, ccidnet Analytical parameters such as the library required--------- 1 Spring 2.5 2 common-logging 1.1 3 paoding- analysis 2.0.4-beta 4 commons-dbcp-1.2.2.jar 5 mysql-connector-java-5.1.7-bin.jar 6 commons-pool-1.4.jar 7 Lucene.2.4.0.jar 8 Lucene-highlighter demo-2.4.0.jar 9 java2000.jar example------- Local: com.laozizhu.search.demo directory at the following B/S: http://search.laozizhu.com
Platform: | Size: 10865664 | Author: wfx | Hits:

[Proxy Servercommons-httpclient.jar

Description: it is common http client listener
Platform: | Size: 260096 | Author: saravanan | Hits:

[JSP/JavaFCA_Greysh_Mail

Description: 在实际项目 开发中,很多时候需要用到邮件,比如论坛注册需要用邮件激活。 一般用Javamail发送,目前最新的版本是1.4.2 可以在http://java.sun.com/products/javamail/index.jsp 下载最新版本 如果使用的不是J2SE6,那么需要把 JavaBeans Activation Framework加到环境变量 可以在http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp 下载 不过为了简化开发,可以直接使用apache common项目的mail 官方网站为: http://commons.apache.org/email/ -Project development in the actual project, the time required to use a lot of mail, such as the forum Registration required by e-mail activation. Send Javamail general use, are currently the latest version 1.4.2 can download the latest version of http://java.sun.com/products/javamail/index.jsp If you are using is not J2SE6, then need to add environment JavaBeans Activation Framework http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp variables can download in order to simplify the development, however, you can use apache common direct mail projects for the official website: http://commons. apache.org/email /
Platform: | Size: 435200 | Author: Greysh | Hits:

[VHDL-FPGA-Verilogima_adpcm_encoder_latest.tar

Description: This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM. The core acts as a slave WISHBONE device. The output is perfectly compatible with any sound player with the IMA ADPCM codec (included by default in every Windows). Includes a testbench that takes an uncompressed PCM 16 bits Mono WAV file and outputs an IMA ADPCM compressed WAV file. Compression ratio is fixed for IMA-ADPCM, being 4:1. PLEASE NOTICE THAT THIS CORE IS LICENSED UNDER http://creativecommons.org/licenses/by-nc-sa/3.0/ (Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported). That means you may use it only for NON-COMMERCIAL purposes.
Platform: | Size: 23552 | Author: Arun | Hits:

[JSP/Javacommons-fileupload-1.2.1-bin

Description: Apache Commons FileUpload Copyright 2002-2008 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
Platform: | Size: 1398784 | Author: yulin | Hits:

[Windows Developsymfony_1_2_guia_definitiva

Description: Sobre este libro... ▪ Los contenidos de este libro están bajo una licencia Creative Commons Reconocimiento - No Comercial - Sin Obra Derivada 3.0 (http://creativecommons.org/licenses/by-nc-nd/ 3.0/deed.es) ▪ Esta versión impresa se creó el 30 de diciembre de 2008 y todavía está incompleta. La versión más actualizada de los contenidos de este libro se puede encontrar en http://www.librosweb.es/symfony_1_2-Sobre este libro... ▪ Los contenidos de este libro están bajo una licencia Creative Commons Reconocimiento- No Comercial- Sin Obra Derivada 3.0 (http://creativecommons.org/licenses/by-nc-nd/ 3.0/deed.es) ▪ Esta versión impresa se creó el 30 de diciembre de 2008 y todavía está incompleta. La versión más actualizada de los contenidos de este libro se puede encontrar en http://www.librosweb.es/symfony_1_2
Platform: | Size: 2745344 | Author: sontos | Hits:

[Windows Developcommons-httpclient-3.1-src

Description: 讲解Httpclient的源码,深刻认识http编程有很大帮助-Httpclient on the source
Platform: | Size: 3317760 | Author: ljw | Hits:

[xml-soap-webservicedigester-python

Description: 一个用Python实现的将XML源文件转化成Python对象结构的转换器。使用时请将转化规则写到config.xml文件中。使用该程序后可以避免每次都写冗长的读取xml文件创建对象结构的过程。当使用混合编程时,该程序也可以被用于C++工程。参见http://commons.apache.org/digester/,本程序是这个工程的Python版本!-With the realization of a Python source file will be XML objects into the structure of Python converter. Please use the rules written into config.xml file. Avoided the use of the procedure each time to write lengthy read xml file to create the object structure of the process. When using mixed language programming, the program can also be used in C++ project. See http://commons.apache.org/digester/, this programis the Python version of thatproject!
Platform: | Size: 120832 | Author: xukeying | Hits:

[OS programDotRasSource

Description: 封装系统API,实现Ras拨号和连接功能.- The icons included with this project are copyright Yusuke Kamiyamane. For information regarding licensing please visit: http://www.pinvoke.com/license/. These icons are also licensed under the Creative Commons Attribution 3.0 license. For more information on this license, please visit: http://creativecommons.org/licenses/by/3.0/. Third party software used by this project: TypeMock: http://www.typemock.com StyleCop: http://code.msdn.microsoft.com/sourceanalysis If you wish to compile the solution, you will need StyleCop. TypeMock will only be required to compile and perform unit tests with the DotRas.Tests project.
Platform: | Size: 610304 | Author: Bluefire | Hits:

[JSP/Javajsp-upload

Description: small sample how to use commons-fileupload-1.2.1.jar for upload any file to http server
Platform: | Size: 50176 | Author: iSom | Hits:

[OtherPragmatic.Hello.Android.2nd.Edition.Nov.2009

Description: Android开发入门,学习Android的资料-Many of the designations used by manufacturers and sellers to distinguish their prod- ucts are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC. Portions of the book’s cover are reproduced from work created and shared by Google and used according to terms described in the Creative Commons 2.5 Attribution License. See http://code.google.com/policies.html#restrictions for details. Every precaution was taken in the preparation of this book. However, the publisher assumes no responsibility for errors or omissions, or for damages that may result from the use of information (including program listings) contained herein. Our Pragmatic courses, work
Platform: | Size: 2609152 | Author: wind | Hits:

[JSP/Javacommons-httpclient-3.1-sources

Description: supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.-supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
Platform: | Size: 439296 | Author: const | Hits:

[Other Web Codecommons-email-1.2

Description: java web 邮件的创建,发送邮件,接受邮件,跳转网页,反馈是否接发送,受成功。-Apache Commons Email Copyright 2001-2009 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
Platform: | Size: 355328 | Author: lidong | Hits:

[Internet-Networkhttp

Description: 模拟http请求。使用org.apache.commons.httpclient包。已经过测试(http client)
Platform: | Size: 3072 | Author: 王坤鹏 | Hits:
« 12 »

CodeBus www.codebus.net